Tests if a Basic Uno object supports certain Uno interfaces.
特定の Uno インタフェースを Basic Uno オブジェクトがサポートしているかを確認します。
Returns True, if all stated Uno interfaces are supported, otherwise False is returned.
指定した すべての Uno インタフェースがサポートされていれば True を返し、そうでない場合は False を返します。
HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])
HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])
Bool
ブール型
oTest: the Basic Uno object that you want to test.
oTest: 確認する Basic Uno オブジェクト
Uno-Interface-Name: list of Uno interface names.
Uno-Interface-Name: インタフェース名のリスト。
bHas = HasUnoInterfaces( oTest, "com.sun.star.beans.XIntrospection" )
bHas = HasUnoInterfaces( oTest, "com.sun.star.beans.XIntrospection" )